Why is hg fetch a deprecated extension? [closed]
Posted
by
Jan
on Super User
See other posts from Super User
or by Jan
Published on 2013-11-15T20:38:50Z
Indexed on
2014/05/27
15:33 UTC
Read the original article
Hit count: 248
Mercurial's fetch extenson conveniently pulls and merges from a remote repository. Recently, this feature has been deprecated by the developers. They recommend avoiding it and it is on the unloved features list.
It is useful in many cases to be able to pull and initiate a merge with one command (which hg pull -u doesn't do). I assume there is a reason behind the deprecation but I haven't been able to find one in the documentation or online. What is the reason behind deprecating it? I'm not looking for opinions, but rather the factual reason behind its deprecation (which might be that the dev team's opinion is that it should not be used).
© Super User or respective owner